PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / isComb Method
In This Topic
    isComb Method
    In This Topic
    Gets a value indicating whether the field is a comb.
    Syntax
    public boolean isComb()

    Return Value

    True if the field shall be automatically divided into as many equally spaced positions, or combs, as the value of getMaxLength, and the text is laid out into those combs.
    See Also